tests: Make failing to kill the GPG agent non-fatal
authorColin Walters <walters@verbum.org>
Thu, 31 Mar 2016 17:46:16 +0000 (13:46 -0400)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Thu, 31 Mar 2016 18:43:31 +0000 (18:43 +0000)
commitbdf24cdc049b421d6e5a982ee9f25502407dceca
tree86cf715bedfadce7b1878c76d85d079a37e82847
parent9dafc820241ed6e663ad4093660fc255f549aa26
tests: Make failing to kill the GPG agent non-fatal

It's not working for me in `make check` on a RHEL 7 Workstation,
apparently because no GPG agent is spawned.  I'm guessing this has
something to do with the GPG version?

The downside of this is we will be less likely to notice if GPG
changes again and we start leaking agents like we're in The Matrix
Reloaded.  But the real solution to that is containers anyways.

Closes: #233
Approved by: smcv
tests/libtest.sh
tests/test-commit-sign.sh
tests/test-gpg-signed-commit.sh
tests/test-pull-mirror-summary.sh
tests/test-pull-summary-sigs.sh
tests/test-remote-gpg-import.sh